home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / Kroy Demo / Kroy Sign Studio™ Demo / card_12102.txt < prev    next >
Encoding:
Text File  |  1988-12-01  |  1.2 KB  |  56 lines

  1. -- card: 12102 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 4435
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8. on openCard
  9.   put card field "info" into textString
  10.   set the lockText of card field "info" to false
  11.   put empty into card field "info"
  12.   set lockScreen to false
  13.   show card field "info"
  14.   type tab
  15.   repeat with charNumber = 1 to the number of characters in textString
  16.     type char charNumber of textstring
  17.   end repeat
  18.   set the lockText of card field "info" to true
  19. end openCard
  20.  
  21.  
  22. -- part 1 (field)
  23. -- low flags: 01
  24. -- high flags: 0004
  25. -- rect: left=93 top=63 right=269 bottom=434
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 16384
  32. -- line height: 14
  33. -- part name: Info
  34.  
  35.  
  36. -- part contents for card part 1
  37. ----- text -----
  38. There are two versions of Kroy Sign Studio.‚Ñ¢
  39.  
  40.  ‚Ä¢ Apprentice - which may be used for
  41.    most sign-making applications.
  42.  
  43.  ‚Ä¢ Professional - which is intended
  44.    for the high-volume sign shop.
  45.  
  46. This demonstration is about Apprentice.
  47. If you would like information about Professional, please contact your Kroy Sign Systems representative at:
  48.  
  49. 1-800-521-4997  (in Arizona 602-951-1593)
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.